home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / system / sandra / san1135.exe / {app} / examples / Access Schema.mdb / TIDCount.json < prev    next >
JavaScript Object Notation  |  2006-11-03  |  348b

  1. {
  2.     "schema": {
  3.         "TableName": "Text (10) NOT NULL",
  4.         "CurrentID": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "TableName": "TClass",
  9.             "CurrentID": 1
  10.         },
  11.         {
  12.             "TableName": "TControl",
  13.             "CurrentID": 1
  14.         },
  15.         {
  16.             "TableName": "TDevice",
  17.             "CurrentID": 1
  18.         },
  19.         {
  20.             "TableName": "TItem",
  21.             "CurrentID": 1
  22.         },
  23.         {
  24.             "TableName": "TItemGroup",
  25.             "CurrentID": 1
  26.         },
  27.         {
  28.             "TableName": "TModule",
  29.             "CurrentID": 1
  30.         },
  31.         {
  32.             "TableName": "TReport",
  33.             "CurrentID": 1
  34.         }
  35.     ]
  36. }